remove styling from a tag

56

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
a { color: inherit; } 

Comments

Submit
0 Comments